generic thunk - definizione. Che cos'è generic thunk
Diclib.com
Dizionario in linea

Cosa (chi) è generic thunk - definizione

COMPUTING TERM: SUBROUTINE USED TO INJECT A CALCULATION INTO ANOTHER SUBROUTINE
Thunking; Thunk (data); Delayed evaluation; Pointer fixups; Thunks; Thunk (functional programming); Thunk (object-oriented programming); Thunk (compatibility mapping); Suspended evaluation; Delayed computation; Thunk (programming); Thunk (delayed computation); Flat thunking; Flat thunk; General thunking; General thunk

generic thunk      
<programming> A software mechanism that allows a 16-bit Windows application to load and call a Win32 DLL under Windows NT and Windows 95. See also flat thunk, universal thunk. (1999-04-05)
Generic drug         
  • Generic Drugs Research
PHARMACEUTICAL DRUG THAT IS EQUIVALENT TO A BRAND-NAME PRODUCT IN DOSAGE, STRENGTH, ROUTE OF ADMINISTRATION, QUALITY, PERFORMANCE, AND INTENDED USE
Generic medicine; Generic pharmaceutics; Generic drugs; Generic drug names; Generic drugs information; Drugs, generic; Generic-named drug; Generic formulation; Generic medication; Generic medications; Generic medicines; Generic medicament; Generic medicaments; Generic Multivitamin; Generic pharmaceuticals; Generic version; Affordable drugs; Affordable drug; Patent free pharmaceuticals; Market exclusivity; Marketing exclusivity
A generic drug is a pharmaceutical drug that contains the same chemical substance as a drug that was originally protected by chemical patents. Generic drugs are allowed for sale after the patents on the original drugs expire.
thunk         
Used in place of thought or think.
Whoodah thunk I'd be the one they picked. Or; I guess I didn't thunk it through all the way.

Wikipedia

Thunk

In computer programming, a thunk is a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation until its result is needed, or to insert operations at the beginning or end of the other subroutine. They have many other applications in compiler code generation and modular programming.

The term originated as a whimsical irregular form of the verb think. It refers to the original use of thunks in ALGOL 60 compilers, which required special analysis (thought) to determine what type of routine to generate.